home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _D51622648E144640BF4589AF4EABDAD2 < prev    next >
Encoding:
Text File  |  2004-07-12  |  577 b   |  33 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("decal")
  6.  
  7.     pass()
  8.     {
  9.         tmu()
  10.         {
  11.             texgen("world_position")
  12.             usertexmtx(0)
  13.             texture()
  14.             {
  15.                 image( "BossBlob.dds" )
  16.                 addressfunc("clamp", "clamp", "clamp")
  17.             }
  18.             alphaop("arg2", "texture", "tfactor", "current")
  19.         }
  20.  
  21.         blendfunc( "zero", "inv_src_color" )
  22.         depthfunc( "lequal", 0 )
  23.  
  24.         //depthbias(-0.00002,-0.3)
  25.         tfactor(0,0,0,0)
  26.  
  27.         blackfog()
  28.     }
  29. }
  30.  
  31.  
  32.  
  33.